MindFusion.Wpf Pack Programmer's Guide
EllipticalArc Constructor
See Also
 





Initializes a new instance of the EllipticalArc class.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public EllipticalArc (
    List<Point> points,
    double dangle,
    double ratio
)

Visual Basic  Copy Code

Public New ( _
    points As List(Of Point), _
    dangle As Double, _
    ratio As Double _
)

 Parameters

points

The three incident points.

dangle

The rotation angle of the arc's ellipse, relative to the x-axis, expressed in degrees.

ratio

The ratio of the two axes of the arc's ellipse.

 See Also

EllipticalArc Class
MindFusion.Vsx Namespace